DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<S,T> Class / SuppressSourceNotifications Method

In This Topic
    SuppressSourceNotifications Method (C1WrapDataCollection<S,T>)
    In This Topic
    Disables the notifications while the returned IDisposable is not disposed.
    Syntax
    'Declaration
     
    Protected Function SuppressSourceNotifications() As C1WrapDataCollection.SuppressionContext(Of S,T)
    protected C1WrapDataCollection.SuppressionContext<S,T> SuppressSourceNotifications()
    See Also